Closed (outdated)
Project:
jQuery Eye Candy
Version:
6.x-1.x-dev
Component:
jQuery plugin
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Apr 2008 at 14:15 UTC
Updated:
21 Apr 2016 at 17:57 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ica commentedcorrection:
it would be better a 'checkbox' selector rather than a 'dropdown' selector of apply the lavaLamp effect to Primary Navigation AND Secondary navigation
Comment #2
WorldFallz commentedVery nice. Will add it and see how it behaves.
Comment #3
encho commentedAny news on this one?
Comment #4
WorldFallz commentedI am working on it-- I hit a small snag in that the plugin at the link in the OP appears to be buggy with jquery 1.2 and I haven't had the time to track down the problem. I did notice that there's recently been another updated lavalamp plugin added to plugins.jquery.com, I just haven't had a chance to test it and compare it to the original (which is quite light). I hope to get some time to devote to it this week.
Comment #5
encho commentedThank you for pointing that out, never could get it to work with jq 1.2. Now I can confirm that the latest one IS working on Drupal. I even have shadows and rounded corners on, works without any conflict (off course not in conjunction with those).
I have replaced the 2 instances of "current" in the script with "active" and have superb primary menu :-)
Comment #6
WorldFallz commentedYep--- I played with the new plugin and got it working with drupal doing exactly what you did (replacing "current" with "active"). Now I just need to add it to the module-- I hope to have it done shortly.
Have you seen this page of sample menus? This plugin is quite a bit more flexible than I first thought-- very nice addition actually.
Comment #7
encho commentedWow! Thanks for the link, this is fantastic!
Comment #8
mediamash commentedto encho: where did you find the 2 instances to replace with the default 'active' for drupal?
edited by me *
just change
curr = $("li.current", this)[0] || $($li[o.linum]).addClass("current")[0];to
curr = $("li.active", this)[0] || $($li[o.linum]).addClass("active")[0];that's it
Comment #9
stieglitz commentedI love the simplicity of this module. Is there a chance of putting some modifications of the "lake effect"?
http://www.bringyou.to/java/waterpic.htm
Comment #10
panji commentedWorldFallz, what about the manu? is it already finish?
thanks
Comment #11
tsi commentedIs the LavaLamp plugin included in the module ? not mentioned in the project page.
Would love to use it, thanks !
Comment #12
tsi commentedHello again, Its been a while and no answer,
It looks like all the hard work has been done already...
very interested in using it,
Thanks.
Comment #13
gooddesignusa commentedWould also love to use lavalamp. Going to try to add it manually tomorrow.
Comment #14
stieglitz commentedNot sure if this helps but I do have a tutorial on how to do the original LavaLamp menu in drupal if anyone is interested at http://www.rawdesigners.com/more-eye-candy
Comment #15
candelas commentedthanks stieglitz but the link doesnt work
Comment #16
stieglitz commentedSorry about that hopefully you found it. I posted the correct link above. By the way, I did this fairly early in my drupal infancy. I think this does not follow Drupal best practices. Ideally it should be at least a custom module I believe.
Comment #17
sevol commentedi needed this. thanks stieglitz. i will read and follow the tutorial, if i have any problems can i ask you?
Comment #18
sevol commentedi followed the tutorial, but it doesn't work. my entire site just becomes white. >_<?
Comment #19
Roze-1 commentedsubscribe !
Comment #20
Roze-1 commentedAny advancement with this module???
Comment #21
stieglitz commentedHey Worldfallz. Thanks for this module. I've been following since 08 and I finally learned git and have created my first patch. Not speaking for the quality of the documentation or anything else but it seems to work.
stieglitz
Comment #22
kenorb commentedClosed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.